Skip to main content

User Info

This endpoint returns user information for the specified account. You can use the following endpoint to retrieve this information.

https://api.coindcx.com/exchange/v1/users/info

This API endpoint returns the following response:

[
{
"coindcx_id": "fda259ce-22fc-11e9-ba72-ef9b29b5db2b",
"first_name": "First name",
"last_name": "Last name",
"mobile_number": "000000000",
"email": "[email protected]"
}
]
ParameterDescription
coindcx_idIndicaes the unique id associated with your the CoinDCX account.
first_nameIndicates the first name.
last_nameIndicates the last name.
mobile_numberIndicates the mobile number associated with the account.
emailIndicates the email id associated with the account.
note

To access user balance and user info endpoints on the CoinDCX API, you will require API Key and secret. You can find the process for aquiring them here.